use the APIs import { ref, reactive } from '@vue/composition-api'. When you migrate to Vue 3, just replacing @vue/composition-api to vue and your code ... ... <看更多>
You're trying to use filterTils both as an event handler for the tag event, and as a computed prop that returns the filtered results, but those two things ... ... <看更多>